home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
feverfrenzy-demo.swf
/
scripts
/
DefineSprite_356
/
frame_1
/
DoAction.as
Wrap
Text File
|
2007-09-28
|
142b
|
9 lines
this.onMouseDown = function()
{
if(this._visible)
{
_root.Sons.gotoAndStop("click");
_parent.hideWelcome();
}
};